home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…nuary (Partner) - Disc 2 / The Apple Reference and Presentations Library (Disc 2)(January 1994).iso / Diehl Graphsoft / German / MiniCad / MiniCad-PPC / MiniCad 5.0.1-D / MiniCad 5.0.1-D.rsrc / STR#_7010.txt < prev    next >
Encoding:
Text File  |  1994-10-06  |  2.5 KB  |  89 lines

  1. CellString(Row,Column : INTEGER) : STRING;
  2.  
  3. Returns the string value contained within the active spreadsheet cell designated by the parameters Row & Column
  4.  
  5. CellValue(Row,Column : INTEGER) : REAL;
  6.  
  7. Returns the numeric value contained within the active spreadsheet cell designated by the parameters Row & Column
  8.  
  9. Angle(<Search Criteria>) : REAL;
  10.  
  11. Returns the angles of the objects that fit the search criteria
  12.  
  13. Area(<Search Criteria>) : REAL;
  14.  
  15. Returns the area of the objects that fit the search criteria
  16.  
  17. Count(<Search Criteria>) : REAL;
  18.  
  19. Returns the number of the objects that fit the search criteria
  20.  
  21. Height(<Search Criteria>) : REAL;
  22.  
  23. Returns the height of the objects that fit the search criteria
  24.  
  25. Length(<Search Criteria>) : REAL;
  26.  
  27. Returns the length of the objects that fit the search criteria
  28.  
  29. ObjectType(<Search Criteria>) : INTEGER;
  30.  
  31. Returns the object type of the objects that fit the search criteria
  32.  
  33. Perim(<Search Criteria>) : REAL;
  34.  
  35. Returns the perimeter of the objects that fit the search criteria
  36.  
  37. SelectObjs(<Search Criteria>);
  38.  
  39. Selects objects that fit the search criteria
  40.  
  41. DSelectObjs(<Search Criteria>);
  42.  
  43. Deselects objects that fit the search criteria
  44.  
  45. Width(<Search Criteria>) : REAL;
  46.  
  47. Returns the width of the objects that fit the search criteria
  48.  
  49. XCenter(<Search Criteria>) : REAL;
  50.  
  51. Returns the X center coordinate value of the objects that fit the search criteria
  52.  
  53. YCenter(<Search Criteria>) : REAL;
  54.  
  55. Returns the Y center coordinate value of the objects that fit the search criteria
  56.  
  57. LeftBound(<Search Criteria>) : REAL;
  58.  
  59. Returns the far left X coordinate value of the bounding box of the objects that fit the search criteria
  60.  
  61. TopBound(<Search Criteria>) : REAL;
  62.  
  63. Returns the top Y coordinate value of the bounding box of the objects that fit the search criteria
  64.  
  65. RightBound(<Search Criteria>) : REAL;
  66.  
  67. Returns the far right X coordinate value of the bounding box of the objects that fit the search criteria
  68.  
  69. BotBound(<Search Criteria>) : REAL;
  70.  
  71. Returns the bottom Y coordinate value of the bounding box of the objects that fit the search criteria
  72.  
  73. GetFont(TextHandle : Handle) : INTEGER;
  74.  
  75. Returns the ID number of the font in a text block that is connected to TextHandle.
  76.  
  77. GetSize(TextHandle : Handle) : INTEGER;
  78.  
  79. Returns the text size in points of the text block that is connected to TextHandle.
  80.  
  81. GetStyle(TextHandle : Handle) : INTEGER;
  82.  
  83. Returns the text style of the font in a text block that is connected to TextHandle.
  84.  
  85. GetLVis(LayerHandle : HANDLE) : INTEGER;
  86.  
  87. Returns the layer visibility of the layer that is connected to LayerHandle.
  88.  
  89.